Previous Book Contents Book Index Next

Inside Macintosh: Sound /
Chapter 5 - Sound Components / Sound Components Reference


Sound Component-Defined Routines

This section describes the routines you need to define in order to write a sound component. You need to write routines to

Some of these routines are optional for some types of sound components. All routines return result codes. If they succeed, they should return noErr. To simplify dispatching, the Component Manager requires these routines to return a value of type ComponentResult.

See "Writing a Sound Component" beginning on page 5-8 for a description of how you call these routines from within a sound component. See "Sound Manager Utilities" beginning on page 5-33 for a description of some Sound Manager utility routines you can use in a sound component.


Subtopics
Managing Sound Components
Creating and Removing Audio Sources
Getting and Setting Sound Component Information
Managing Source Data

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996